func math/rand.runtime_rand
3 uses
math/rand (current package)
rand.go#L353: func runtime_rand() uint64
rand.go#L363: return int64(runtime_rand() & rngMask)
rand.go#L371: return runtime_rand()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)